home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / DEMONSTR / MATHVIEW.ZIP / PI.M < prev    next >
Text File  |  1993-03-23  |  87b  |  7 lines

  1. function y = pi()
  2. %y=pi()
  3. %PI is a built-in constant
  4.  
  5. y=3.14159265358979323846;
  6.  
  7.